Skip to content

Conversation

@BlackBossX
Copy link

What I added:
Added the following to Maven.gitignore to ignore VS Code-specific files:

### VS Code ###
.vscode/

Why:
This repository is very helpful, and I use Maven.gitignore often. Every time I use it with VS Code, I need to manually add .vscode/to the file. I thought it would be useful to fork the repo and make this change so it can help others as well.

Thank you for considering this update!

@koppor
Copy link
Contributor

koppor commented Jan 20, 2025

@BlackBossX VS Code is another applicatoin than Maven. Try to use https://github.com/github/gitignore/blob/main/Global/VisualStudioCode.gitignore.

@wirecat
Copy link
Collaborator

wirecat commented May 23, 2025

We get this quite a bit, but that is incorrect. The .vscode folder is the workspace folder and is intended to house workspace configuration/settings. We don't want to globally ignore this folder for that reason.

Please read more about the workspace folder here: https://code.visualstudio.com/docs/configure/settings#_workspace-settings

Closing for now.

@wirecat wirecat closed this May 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants